So that popovers and arrows are always in agreement of
the background color.
padding-bottom: 5px;
}
+ arrow,
&.background contents {
background-color: $menu_color;
}
popover.menu box.circular-buttons { padding-bottom: 5px; }
-popover.menu.background contents, popover.menu arrow { background-color: #2f2f2f; }
+popover.menu arrow, popover.menu.background contents { background-color: #2f2f2f; }
popover.menu.background separator { margin: 5px 0px; }
popover.menu box.circular-buttons { padding-bottom: 5px; }
-popover.menu.background contents, popover.menu arrow { background-color: #ffffff; }
+popover.menu arrow, popover.menu.background contents { background-color: #ffffff; }
popover.menu.background separator { margin: 5px 0px; }